-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7e6b2bc
commit 957e077
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Cognitia 2019 Website | ||
|
||
|
||
The website is build and maintained by the team of 4 members including: | ||
|
||
- [Abhushan A . Joshi](https://github.com/abhu-A-J) | ||
- [Davien M. Syiemlieh](https://github.com/CodeVague) | ||
- [Damiki Laloo](https://github.com/Damiki) | ||
- [Vikas Nishad](https://github.com/vn32/) | ||
|
||
Few instructions to help you get started: | ||
|
||
- To install dependencies required: | ||
`npm install` | ||
- To start the development version of the application: | ||
`node app.js` | ||
|
||
The website is currently live and can be viewed [Cognitia 2019](http://www.cognitia.co.in/) | ||
If the above URL get's outdated you can check the development version [here](https://cognitia2k19.herokuapp.com/) | ||
|
||
|
||
## Tech Stack used for the development: | ||
- Node.js | ||
- Express.js | ||
- Nodemailer | ||
- ejs | ||
- MongoDB with Mongoose as the ORM | ||
|
||
|
||
>Note: No coding principles were followed while development, so the code might be very messy. | ||