Skip to content

zenikigai/MERNform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published