Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.29 KB

README.md

File metadata and controls

34 lines (28 loc) · 1.29 KB

Fullstack (MERN) form

This is the simplest fullstack (MERN) project for beginner.

Technologies used

Prerequsites

  • 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

Installation

  1. Clone this repo
  2. Open the terminal go to "client" directory and npm i
  3. Start the development by typing npm run dev
  4. Ctrl + left click the provided address on the terminal
  5. For the backend, open another terminal session, go to "api" directory, npm i and type nodemon index.js

Contributing

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.