Skip to content

erictelkkala/FullStackOpenProject-BackEnd

Repository files navigation

Full Stack Open project 2022 Backend

Relevant links

Requirements for the project

  • Node 18.12.1
  • ENV variables:
    • MONGODB_URI
    • PORT
    • JWT_SECRET

How to install the project

To install the project, run the following commands:

  • npm install
  • npm run start

Interesting finds in this project

  • Yarn 3 isn't compatible with the ESM, so upgrading to that would require a lot of work

Contributors