AirNote Awesome- Create Notes Gracefully.
Software You Need to Install
Project Structure:
- application- Folder containing the NodeJS Frontend
- services-Folder containing Java Backend Services.
Sharing your changes- Using Git to collaborate
- How do I Learn git ? It's simple silly, Play this game
Running NodeJS application
> npm install
> npm start
Then goto localhost:3000 for Airnote application.
Running the Java Backend Services
- Make Sure you have MongoDB instance running locally before you execute the build, this is required for Integration tests to succeed.
> gradle build
> gradle run
Then goto localhost:8080 for services.
Project Team
Vaibhav Bhor

Mrugen Deshmukh
Maithili Gole
Dhaval Kolapkar
Ramya Patil
Sowmya Prakash
Log in or sign up for Devpost to join the conversation.