andrewbaisden / anime-tracker

An App for tracking animes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anime Tracker

Anime Tracker

Installation

  1. cd into the root folders for backend and frontend and run the command npm install to install the dependencies
  2. cd into the root folder for backend and create a .env file
  3. Add your database to the .env file like the example below
DB_HOST="mongodb://127.0.0.1:27017/animes"
  1. Run the command npm run servers from the root backend folder to start the app

The app has a front end created using ejs and running on http://localhost:8080/

About

An App for tracking animes


Languages

Language:CSS 49.7%Language:JavaScript 29.6%Language:EJS 12.2%Language:HTML 8.5%