A little app showcasing of what is possible in an express/node app
View Page
.
This site is a little app build in node js on the express framework.
It shows on a very basic level many of the possibilities of what u can do in node js on the back end. A lot of different technologies were used here: Node, Express and even Websockets and WebRTC. This page also features a completed and sometimes slightly altered version of all back-end-api projects for FreeCodeCamp.
Not fully functional on mobile devices
To run this yourself you have to follow a couple of instructions
You will need a package manager (e.g: npm or yarn)
-
Clone the repo
-
Install NPM packages
npm i
-
Create .env file
-
Create your own mongoDB atlas database
-
Import it in your project
-
Hide DB_USERNAME and DB_PASSWORD in env file along with the Port
-
Run it locally with
npm start
Distributed under the ISC License.
- ThatLukaszGuy