issues
search
HFG43
/
final_capstone_back_end
MIT License
11
stars
1
forks
source link
[1.0pt] - Set Up Structure - Back End Repo (Group Task)
#1
Closed
HFG43
closed
1 year ago
HFG43
commented
1 year ago
Use correct Gitflow
Create a new Ruby on Rails project for API by selecting
PostgreSQL
as the database and skipping the default test configuration (MiniTest):
rails new final-capstone-back-end -d postgresql -T --api
Create the database
Install and set up linters (rubocop)
Install and set up Rspec to test the app
Install and set up rack-cors gem to provide support for Cross-Origin Resource Sharing (CORS)
Add LICENSE file
PostgreSQL
as the database and skipping the default test configuration (MiniTest):