Skip to content

marcusczh/UniUni

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to UniUni

This project was created as part of the Orbital module The web application is hosted at https://uni-uni-app.netlify.app/ (Updated as of 4/7/2022)

Setup

npm install to install the necessary modules

Available Scripts

In the project directory, you can run:

npm start to start the frontend server

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

To activate the backend server

  1. Open a separate terminal
  2. cd to '.\backend'

Run npm run dev

Runs the backend server and establishes connection with MongoDB Atlas database.