Skip to content

usmanialiq/express_app_structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Obviously, it wont won't work until you add ".env" file


Create Database in mLab

First, create a database and copy the connection link in './connection/mLab.js' (inside of template string)
Don't forget to do the following changes,

Structure of .env file


PORT = 4000

// Replace the following by creating a user in mLab Database in Users Tab USER = #### PASS = $$$$


Starting the server


in the CMD, enter "npm intsall"
-> npm run dev
You're good to go


What I am developing with this, Nothing! it would serve as a Boilerplate for my future projects...

Releases

No releases published

Packages

No packages published