Skip to content

ThatLukaszGuy/Nodemagic

Repository files navigation


Nodemagic

A little app showcasing of what is possible in an express/node app

View Page .

Contributors Forks Stargazers Issues License

Table Of Contents

About The Project

Screen Shot

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

Built With

html5 css3 javascript bootstrap nodejs mongodb express

Getting Started

To run this yourself you have to follow a couple of instructions

Prerequisites

You will need a package manager (e.g: npm or yarn)

Installation

  1. Clone the repo

  2. Install NPM packages

     npm i
  3. Create .env file

  4. Create your own mongoDB atlas database

  5. Import it in your project

  6. Hide DB_USERNAME and DB_PASSWORD in env file along with the Port

  7. Run it locally with npm start

License

Distributed under the ISC License.

Authors

  • ThatLukaszGuy