This is a simple username and password login system made with react and node using json web tokens and mongodb as database.
- Clone this repository
- Open two terminals and navigate one for the
client
directory and other for the backenddirectory
- In the backend directory add the variables as mentioned in the
env.example
file in it - Run
npm run start
andnode index.js
in the client and backend directory respectively
If you want a tutorial refer this