Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 629 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 629 Bytes

Notes

Purpose

Notes is for writing down and saving all the thoughts you don't want to lose.

Tools used

  • Backend: Node.js, Express.js, Mongoose, JWT
  • Database: MongoDB
  • Frontend: React, Redux

How to run app locally

  • Frontend

    • cd app/
    • nvm use to use proper Node version
    • yarn
    • create .env file (see .env.config)
    • yarn start
  • Backend

    • cd api/
    • nvm use to use proper Node version
    • yarn
    • create .env file (see .env.config)
    • yarn dev (to use nodemon)

Language

French