Skip to content

This is a social application developped in Full Stack. The application has features similar to the ones in social media (ex. X, facebook, etc.). This repository corresponds to the back end.

Notifications You must be signed in to change notification settings

DavidM0808/Full-Stack-Social-Application-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the Backend!

The codes in this repository corresponds to the backend of the fullstack application.

All the code is written in javascript.

The backend is built on node.js, and the framework used for this backend is express.

Instruction to run the server:

Before running the server , make sure you have npm installed on your local machine.

To check, open your local terminal and type:

npm --version

OR

npm -v

If your machine does not have it installed, you need to install node.js.

Click here to install.

If you do have node.js installed, first open a terminal, then execute commands.sh to install the dependencies needed for the server.

After all the dependencies have been installed, type npm start in the terminal to start the server.

About

This is a social application developped in Full Stack. The application has features similar to the ones in social media (ex. X, facebook, etc.). This repository corresponds to the back end.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published