Area 11 is a web application for keeping track of anime you have watched or are planning on / considering watching, as well as providing a platform for picking new anime. It also serves as a pseudo-social app where you can form groups with other people and do thinks like rank shows and view/compare each other's catalogs.
-
Start by cloning the project with
git clone https://github.com/flysaiah/Area11.git -
Install libraries by running this in the root project directory:
npm install . -
Ensure that you have mongodb installed: https://docs.mongodb.com/manual/installation/
-
Start a MongoDB server with
mongod -
If running in dev mode, you need to create a folder called "Area11" inside your root directory (this is an issue and will be fixed later so you don't have to manually do this).
-
Build the project with
ng build. Use the --prod` flag for a production build. -
Start the local server with
nodemon server.js.
Now navigate to localhost:3000 and your application should be running!