hakizimana-fred / Andela-capstone-team-project

Simple Typescript, PostgreSQL API project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Backend App

This project is a simple backend app that includes three APIs for user authentication and profile update. The app is built using Typescript, express server, and a Postgres database with the help of the Sequelize ORM.

Stack

• Typescript
• Express server
• Postgres database
• Sequelize ORM

TEAM

The team working on this project includes HAKIZIMZNA Fred, IYADUKUNZE Emile and UWITONDANISHEMA Muslim. Team lead is Fred.

STORIES

1. Set up Typescript and eslint
2. Set up an express project and set it up to use Sequelize and PostgresSQL database
3. User should be able to signup using email & Password, with the help of Passport.js
4. User should be able to use Google to authenticate, using Passport.js
5. User should be able to update their profile by adding a billing address (Json data: Province, District, Street, cell)

Collaboration Everyone worked one story.

API Endpoints

1. Login/Signup - Allows users to login or signup with their email and password.
2. Google Auth - Allows users to authenticate using their Google account.
3. Profile Update - Allows users to update their profile by adding a billing address.

Getting Started

To get started with this project, you will need to clone the repository, install the necessary dependencies, and set up the database. 1. Clone the repository 2. Run npm install to install the necessary dependencies 3. Set up the database with the help of Sequelize and PostgresSQL 4. Run npm start to start the server

CONTRIBUTIONS

If you would like to contribute to this project, please submit a pull request and it will be reviewed by the team lead.

SUPPORT

If you have any questions or issues, please reach out to the team lead or submit an issue on the repository.

About

Simple Typescript, PostgreSQL API project


Languages

Language:TypeScript 100.0%