Skip to content

HenryMarsden/CSC3131-Building-Systems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To build the project two terminals should be opened one in the front end one in the back end:

FRONT END:
cd client
npm install
npm start

BACK END:
cd server
npm install
npm start

DOCKER:
docker compose up

GIT:
git commit
git push

To start the front end follow the steps listed, the same for the back end

To containerise and run the container use the command listed under Docker

To push to GitHub use the commands listed under git

About

Coursework about building a 3 layer MERN stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages