Database Files for Rotaract Sarayat El-Maadi's App.
- Please refer to the Readme File in the BackEnd Repo After installing the Database files, you can find it Here
- These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You will need to Install:
After Installing all the programs and cloning the repo:
- Setting Up The Database
- Open SQL management Studio.
- Choose your server and choose your server and press connect.
- In Object Explorer, Choose Security -> Logins -> New Login
- Choose Login Name: admin / Choose SQL Server Authentication And the password should be 1234
- Click ok, then in object explorer click on connect and choose SQl Server Authentication
- If prompted to change password then re-type 1234 and click connect.
- Create New Database With the Name : Rac_Sarayat
- In the newly created database click on Security -> Users -> Right click New User
- Choose user name: admin / login name: admin
- Click on owned schemas, Tick on:
-db_datareader
-db_datawriter
-db_ddladmin
-db_owner
- Click on membership and tick on the same entries as in Owned Schemas
- Execute the File Named: RacTables.sql then CombinedSP.sql
For testing our APIs, Postman is used and you can find the collection ready for import Here
- SQL
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
This project is licensed under the MIT License - see the LICENSE.md file for details