Skip to content

soba backend, built with Express, Node, and mongoDB.

Notifications You must be signed in to change notification settings

wangaustin/soba-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

soba-server

soba backend, built with Express.js, Node.js, and mongoDB.

Front end

Both the front end and the back end must be concurrently running for soba to properly work.

Set Up

Connect to mongoDB

First, replace "USERNAME" and "PASSWORD" in index.js respectively with your own if you are a user to the existing cluster I have created on mongoDB Atlas.

If you'd like to connect to your own cluster, copy the connection string from your cluster and paste it there.


Starting the Server

In the terminal, run the following to install packages

npm i

Then, run the following to start the server

npm run dev

About

soba backend, built with Express, Node, and mongoDB.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published