Skip to content

Yadu-M/6ixplore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

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!

About

Dummy Social Media App

Resources

Stars

Watchers

Forks

Languages

  • JavaScript 78.2%
  • CSS 17.4%
  • HTML 3.6%
  • Python 0.8%