Skip to content

Abibibi/notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A notebook to write down and save all your thoughts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published