Skip to content

NateCode98/se19-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This webapp is used as a university project. It main functionality is to show my ability to create my own web applications. One could use this app, as a basic reminder, where one can update and delete items, which will be shared with everyone else using this app.

SE19-api is the api for the frontend found in se19-webapp - https://github.com/NateCode98/se19-webapp.
It main functionality is to handle data from the frontend, and pass it to the database and back.

One has to change the .env file; pointing to the personally owned database.

Change Mongo Atlas URI

Connect your own database.
Change the Atlas URI within the .env file.

Available Scripts

In the project directory, you can run:

npm install -g nodemon

When you make edits, this will reload the script & consequently the pages.
You will also see any lint errors in the console.

nodemon server

Starts the server on local host.
Open http://localhost:5000 to view it in the browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published