Skip to content

tragdir/swe-techdive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heroku live Demo here

Hack.Diversity MERN Stack Template (Server Only)

Client directory was generated by Create-react-app

Getting Started

There are server and clinet folders as follows:

Development Workflow

Note: If you are getting set up for the first time, please read the readmes in the client and server folders! You'll need to set up MongoDB to get the app working properly.

  • In the root directory of the project, run yarn install to install all the dependencies.

  • In one of those windows/tabs, navigate to the client directory and run yarn start. It can be two separate commands or one command joined by &&.

    cd client/ && yarn start
  • In another one of your terminals, navigate to the server directory and run yarn server

    cd server/ && yarn server
  • You should then see the frontend of the app by navigating to http://localhost:3000/ in a web browser

  • You can also ping the server directly at http://localhost:8000/, such as http://localhost:8000/patients

FAQ

What is the MERN stack?

MERN stands for MongoDB, Express, React, Node which are the technologies used in this template.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published