Skip to content

Moonjose/Friendlist_JS

Repository files navigation

Friendlist CRUD

Creating a friendlist (CRUD) with node, express and MongoDB

Express Version 4.18.1
Database MongoDB (using mongoose)

Initial settings to run the project

# clone the project
git clone https://github.com/Moonjose/Friendlist_JS.git

# enter the cloned directory
cd Friendlist_JS 

# install dependencies
npm install

# create a .env file with your MongoDB cluster link
CONNECTIONSTRING=<cluster_link>

# run server
npm start

# run webpack watch in another terminal
npm run dev

The app is available at `http://localhost:3000`.

About

A friendlist (CRUD) using express and MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published