Skip to content

GDGVIT/WomenTechies20-Backend

Repository files navigation

Women Techies-Backend

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


DOCS UI

Functionalities

  • 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

Instructions to run

  • 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

Contributors



Made with ❤️ by DSC VIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published