This is the simplest fullstack (MERN) project for beginner.
- Node.js and npm installed on your computer
- Basic understanding of React and Express
- Sign up to MongoDB Atlas and connect using your connection string
- Put your connection string inside "api/.env" file
- Clone this repo
- Open the terminal go to "client" directory and
npm i
- Start the development by typing
npm run dev
- Ctrl + left click the provided address on the terminal
- For the backend, open another terminal session, go to "api" directory,
npm i
and typenodemon index.js
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.