This is the backend for the premier event of DSC called Women Techies, a women centric hackathon. It will be used in the app and the website for Women Techies
- Standalone Script for parsing csv file, generating passwords and uploading it to database
- A login route
- A registration route
- A route to display the details of the user logged in
- A route to display the details of all the registered users
- A route to push the link of a users github repository into his details
- A route to search any hashtag and fetch the recent instagram posts related to that hashtag
- A route for the submission of form for sponsor added
-
Pre-requisites:
-
Node.js installed with npm enabled
-
An active internet connection to connect to the cloud database - All the npm packages mentioned in the package.json
-
-
To setup the environment and install packages
npm init
npm install
- To start the API
npm start
- To run the standalone script for the parsing and uploading of CSV files
cd standalone-script/
node parse.js
Made with ❤️ by DSC VIT