Basic Authentication System or BAS for short is a structure that allows you to interact with different levels of authentications methods to understand them and learn how to use them in your projects.
Demo API: https://backend-bas-ulzahk.vercel.app/
Demo Web App: https://frontend-bas-ulzahk.vercel.app/
- Fork the project: by clicking the fork button (located at the top right corner)
- Clone the project:
git clone https://github.com/<your username>/Backend-BAS
- Install dependencies:
npm install
or usenpm i
- Create an .env file and use the .env.example file as a guide to fill in the environment variables.
- Run the project:
npm run dev
- Do the necessary improvements and make a commit:
git commit -am "<commit message>"
or usegit add .
and thengit commit -m "<commit message>"
- Upload changes to the repository created with the fork:
git push origin <branch name>
- Create a pull request to the original project.
Name | Link |
---|---|
Backend Repository | https://github.com/Ulzahk/Backend-BAS |
Postman Documentation: API Endpoints | https://documenter.getpostman.com/view/10957059/TVeiCqcU |
BAS App | https://frontend-bas-ulzahk.vercel.app/ |