cogswell-now
This project was a final for a one of my courses. The application consists of Front-End and Back-End development. The website is social network for students of Cogswell college. It features a blog, forums, and upcoming events.
Dependencies
Node.js
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient.
MongoDB
MongoDB is a document database with the scalability and flexibility that you want with the querying and indexing that you need.
$ docker run --name some-mongo -p 27017:27017 -d mongo
Install
$ npm install
Running
$ npm start
- Navigate to
http://localhost:8080
in a browser to access the web UI