File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -121,16 +121,16 @@ curl -s https://api.spacexdata.com/v2/launches/latest | jq
121121See the [ Contribution] ( https://github.com/r-spacex/SpaceX-API/blob/master/CONTRIBUTING.md )  guide for detailed steps
122122
123123## Local Development  
124- Local development info can be found [ here] ( https://github.com/r-spacex/SpaceX-API/wiki/Local-Development  ) 
124+ Local development info can be found [ here] ( https://github.com/r-spacex/SpaceX-API/blob/master/docs/development.md  ) 
125125
126126## Technical Details  
127- *  API is using [ Node.js] ( https://nodejs.org/en/ )  with the [ Koa] ( http://koajs.com/ )  framework
127+ *  Deployed on a central U.S. [ Linode] ( https://www.linode.com/ )  server
128+ *  Using [ Node.js] ( https://nodejs.org/en/ )  with the [ Koa] ( http://koajs.com/ )  framework
129+ *  Using [ Redis] ( https://redis.io/ ) , [ Nginx] ( https://www.nginx.com/ ) , and [ Cloudflare] ( https://www.cloudflare.com/ )  for content caching
130+ *  Using [ Jest] ( https://facebook.github.io/jest/ )  and [ Supertest] ( https://github.com/visionmedia/supertest )  for tests
131+ *  Using [ Travis CI] ( https://travis-ci.org/ )  for continuous integration / deployments
128132*  All data stored in a [ MongoDB Atlas] ( https://www.mongodb.com/cloud/atlas )  3 node replica set cluster
129- *  Latest database mongodump available [ here] ( https://drive.google.com/drive/folders/0B2DdgKR4GR4xdk1sRGowcUZXeE0?usp=sharing ) 
130- *  Uses [ Redis] ( https://redis.io/ )  on [ RedisCloud] ( https://redislabs.com/redis-enterprise/cloud/ )  for route caching
131- *  Uses [ Jest] ( https://facebook.github.io/jest/ )  and [ Supertest] ( https://github.com/visionmedia/supertest )  for tests
132- *  Uses [ Travis CI] ( https://travis-ci.org/ )  for continuous integration/delivery
133- *  API deployed on a [ Heroku] ( https://www.heroku.com/ )  pipeline with pull request, staging and production servers
133+ *  Latest database mongodump and zipped JSON files available [ here] ( https://drive.google.com/drive/folders/0B2DdgKR4GR4xdk1sRGowcUZXeE0?usp=sharing ) 
134134
135135## FAQ's  
136136*  If you have any questions or corrections, please open an issue and we'll get it merged ASAP
Original file line number Diff line number Diff line change 11### Without Docker  
22
3- [ Home] ( https://github.com/r-spacex/SpaceX-API/blob/master/docs/home.md )  | [ Launches] ( https://github.com/r-spacex/SpaceX-API/blob/master/docs/launches.md )  | [ Rockets] ( https://github.com/r-spacex/SpaceX-API/blob/master/docs/rocket.md )  | [ Capsules] ( https://github.com/r-spacex/SpaceX-API/blob/master/docs/capsule.md )  | [ Company Info] ( https://github.com/r-spacex/SpaceX-API/blob/master/docs/company_info.md )  | [ Roadster Info] ( https://github.com/r-spacex/SpaceX-API/blob/master/docs/roadster.md )  | [ Capsule Details] ( https://github.com/r-spacex/SpaceX-API/blob/master/docs/capsule_detail.md )  | [ Core Detail] ( https://github.com/r-spacex/SpaceX-API/blob/master/docs/core_detail.md )  | [ Launchpads] ( https://github.com/r-spacex/SpaceX-API/blob/master/docs/launchpad.md ) 
4- 
531 .  Clone the repo
64``` bash 
75git clone https://github.com/r-spacex/SpaceX-API.git &&  cd  SpaceX-API
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments