Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 807 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 807 Bytes

6ixplore

Getting Started

This application requires Node JS. Install by going on https://nodejs.org/en/download/current Clone repository and head over to root directory: 6ixplore/sixplore and run: npm install

For application to work, two components need to be working, serverside backend and frontend UI.

Start by opening terminal to root directory 6ixplore/sixplore. Go into backend directory cd backend Start the server, this is responsible with connecting to database which allows user sign in, sign up and other required functionalities

node server.js

Congrats the server is working.

Now Open another terminal to root directory 6ixplore/sixplore. and run:

npm start

Congrats you can start off by signing up as a user and navigating the application. Enjoy!