Skip to content

himanshu32288/Places

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Places

This is a MERN stack application from the "The MERN stack complete guide" course on Udemy. It is a small social network app that includes authentication, profiles and forum posts. Running in the project: In the project repository, run one in these commands to:

Languages and Tools:

html5 css3 javascript mongodb express react nodejs

Steps To Run This project

1.Run npm install from frontend and backend folder.
2.npm start for starting Development Server.




Testing the whole project (both front and back-end): "npm run dev" Testing server only (API):
Option 1: "npm start" every time saving.
Option 2: If you have nodemon installed, you can use "npm start". By this way, you don't need to "npm start" every time there's a changes. If not having nodemon yet, "npm install -g nodemon" for globally installed in your machine.
Testing layout only (front-end): "npm run client"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published