Git Product home page Git Product logo

karimbertacche / better_professor_app-karim Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 3.65 MB

As a professor, I have a lot of grad students I mentor. I’d like to help keep them on track, but I can never remember their project deadlines, or when my feedback to them is due. I need an app that allows me to enter in all the important dates by category (ie student project deadline, feedback deadline, letter of recommendation deadline, etc.) and automatically remind me or the student before the deadline. Never miss an opportunity to member ever again!

HTML 1.87% JavaScript 98.13%

better_professor_app-karim's Introduction

Anywhere Fitness Back-End

This repository will hold source codes for the back end script. Alternatively deployed to Heroku

Some notes:

  • If you want to spin up the server locally, [ ] clone this project and open it in VS Code, [ ] npm i to get dependenies, [ ] npm run migrate, [ ] npm run seed, [ ] create a top-level .env file and add the following code PORT=5000; DB_ENV='development'; JWT_SECRET='vasjdnvaj&T&*%&*39r2309bcH8LONGassPASSWORDvasjdv79y294y^*R&9u(08y88)('; [ ] then type in the command line npm run server

DEPLOYED API link

https://better-professor-api-karim.herokuapp.com/

Scripts

npm server: spins up the server using nodemon

npm test: runs the tests

POST data types and format

data variable data type
first_name string
last_name string
email string (&& valid email format)
password string

Register new User

  • Make a POST request to /api/auth/register
  • Required fields in the req.body:
first_name
last_name
email
password

Login existing User

  • Make a POST request to /api/auth/login
  • Required fields in the req.body:
email
password

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.