Skip to content

Ulzahk/Backend-BAS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

43 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

BAS API
Basic Authentication System API

Nodejs Express PostgreSQL

Basic Authentication System API is a structure that aims to provide the routes, data and other means of connection to achieve the BAS APP's functionality.

Table of Contents

Steps to Collaborate

  1. Fork the project: by clicking the fork button (located at the top right corner)
  2. Clone the project: git clone https://github.com/<your username>/Backend-BAS
  3. Install dependencies: npm install or use npm i
  4. Create an .env file and use the .env.example file as a guide to fill in the environment variables.
  5. Run the project: npm run dev
  6. Do the necessary improvements and make a commit: git commit -am "<commit message>" or use git add . and then git commit -m "<commit message>"
  7. Upload changes to the repository created with the fork: git push origin <branch name>
  8. Create a pull request to the original project.

More Information

Name Link
Frontend Repository https://github.com/Ulzahk/Frontend-BAS
Postman Documentation: API Endpoints https://documenter.getpostman.com/view/10957059/TVeiCqcU
BAS App https://frontend-bas-ulzahk.vercel.app/

License

MIT License