Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 485 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 485 Bytes

Server

This is the server of a instaclone application.

Version

1.0.0

Main File

The main entry point of this module is index.js.

Scripts

  • dev: Starts the server in development mode using nodemon.
  • start: Starts the server in production mode.

Dependencies

This module depends on the following packages:

  • @apollo/server: ^4.9.4
  • bcryptjs: ^2.4.3
  • dotenv: ^16.3.1
  • graphql: ^16.8.1
  • jsonwebtoken: ^9.0.2
  • mongoose: ^7.6.1
  • uuid: ^9.0.1