Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roshan-raj/alumni-connect
Web application to allow old and new students of a university to communicate with each other. Developed using MEAN stack.
https://github.com/roshan-raj/alumni-connect
angular expressjs hacktoberfest mlab mongoose nodejs passportjs
Last synced: 2 days ago
JSON representation
Web application to allow old and new students of a university to communicate with each other. Developed using MEAN stack.
- Host: GitHub
- URL: https://github.com/roshan-raj/alumni-connect
- Owner: roshan-raj
- Created: 2018-10-21T15:38:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T06:35:15.000Z (over 1 year ago)
- Last Synced: 2023-03-08T11:43:19.025Z (over 1 year ago)
- Topics: angular, expressjs, hacktoberfest, mlab, mongoose, nodejs, passportjs
- Language: TypeScript
- Homepage:
- Size: 8.15 MB
- Stars: 4
- Watchers: 1
- Forks: 4
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alumni-Connect
Web application to allow old and new students of a university to communicate with each other. Developed using MEAN stack.# Backend used
I have used [MLab](https://mlab.com/) to store my database.# Running the application
Run the following command in both the sub directories> npm install
Next run the following command from the frontend folder to start the angular application.
> ng serve
Now run the following command from the expressapp folder to start the node app and start the backend.
> npm start
Now open your browser and go to http://localhost:4200
This app is still in beta mode, so you can come across some minor glitches.
# Provide feedback to the developer
We want your feedback on this beta app. To provide feedback just open an issue and you we will be reverted back shortly.